home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1996 #15
/
Monster Media Number 15 (Monster Media)(July 1996).ISO
/
pcboard
/
pcbim20.zip
/
PCBIM20.RAR
/
BOARD.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-06-08
|
1KB
|
37 lines
:: ################################################################
:: ## PCBoard/InterMail/OS2/DOS Intelligent Batch File V2.0 ##
:: ## Written by Darrell Harder - Game Quest BBS SysOp ##
:: ## gremlin@express.ca - FidoNet 1:153/9117 - [604]535-1077 ##
:: ################################################################
::
:: BOARD.BAT: This is the batch file that runs PCBOARD. This Batch
:: file does not need any changes other than if you are
:: using PCBOARD.EXE. In it's present state I have set
:: it up with PCBOARDM.EXE because I use this setup as
:: a multi-line system. Once the user logs off the BBS
:: it returns to InterMail batch file
::
@echo off
:top
%PCBDRIVE%
cd %PCBDIR%
if exist remote.bat REN remote.bat remote.sys
if exist door.bat DEL door.bat
if exist event.bat DEL event.bat
if exist endpcb DEL endpcb
:: %PCB% Variable passed from EXECBBS.BAT
:: Change to PCBOARD if needed
::
pcboardm %PCB%
if exist $$logoff.bat CALL $$logoff.bat
if exist remote.bat CALL remote.bat
if exist door.bat CALL door.bat
if exist event.bat CALL event.bat
if NOT exist endpcb GOTO top
:end
:: Needed to get back to InterMail
%IMDRV%
cd %IM%
PCBRUN %NODE%